Return to start page
ReplaceString
Replaces string replacedString in string whichString by string replacingString and returns the resulting string. Note that replacedString and do not have to have the same size. The function removes replacedString and inserts replacingString afterwards at replacedString's old position. whichString String which contains the sub string replacedString. replacedString Sub string of string whichString which should be replaced. replacingString String which should replace replacedString. Returns the new string with the replaced sub string.
Core/String/Library Misc.j
ALibraryCoreStringMisc
-
No
string
No
No
No